home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Encoding:
Text File  |  2001-07-11  |  5.0 KB  |  256 lines

  1. object LogForm: TLogForm
  2.   Left = 453
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Login'
  7.   ClientHeight = 337
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 401
  24.     Height = 289
  25.     Caption = 'Choose Profile'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 176
  29.       Top = 56
  30.       Width = 65
  31.       Height = 17
  32.       AutoSize = False
  33.       Caption = 'Host :'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 176
  37.       Top = 80
  38.       Width = 65
  39.       Height = 17
  40.       AutoSize = False
  41.       Caption = 'Username :'
  42.     end
  43.     object Label3: TLabel
  44.       Left = 176
  45.       Top = 104
  46.       Width = 65
  47.       Height = 17
  48.       AutoSize = False
  49.       Caption = 'Password :'
  50.     end
  51.     object Label4: TLabel
  52.       Left = 176
  53.       Top = 32
  54.       Width = 65
  55.       Height = 17
  56.       AutoSize = False
  57.       Caption = 'Profile :'
  58.     end
  59.     object Label6: TLabel
  60.       Left = 176
  61.       Top = 224
  62.       Width = 65
  63.       Height = 17
  64.       AutoSize = False
  65.       Caption = 'Proxy Name:'
  66.     end
  67.     object Label7: TLabel
  68.       Left = 176
  69.       Top = 248
  70.       Width = 65
  71.       Height = 17
  72.       AutoSize = False
  73.       Caption = 'Port:'
  74.     end
  75.     object Label5: TLabel
  76.       Left = 176
  77.       Top = 128
  78.       Width = 65
  79.       Height = 17
  80.       AutoSize = False
  81.       Caption = 'Server Type:'
  82.     end
  83.     object Label8: TLabel
  84.       Left = 176
  85.       Top = 152
  86.       Width = 65
  87.       Height = 17
  88.       AutoSize = False
  89.       Caption = 'Anonymous:'
  90.     end
  91.     object Label9: TLabel
  92.       Left = 176
  93.       Top = 200
  94.       Width = 65
  95.       Height = 17
  96.       AutoSize = False
  97.       Caption = 'Uses Proxy:'
  98.     end
  99.     object Label10: TLabel
  100.       Left = 176
  101.       Top = 176
  102.       Width = 65
  103.       Height = 17
  104.       AutoSize = False
  105.       Caption = 'Passive:'
  106.     end
  107.     object List_Prof: TListView
  108.       Left = 16
  109.       Top = 24
  110.       Width = 153
  111.       Height = 249
  112.       HelpContext = 12
  113.       Columns = <>
  114.       ReadOnly = True
  115.       RowSelect = True
  116.       SmallImages = FormMain.Imgsmall
  117.       SortType = stText
  118.       TabOrder = 0
  119.       ViewStyle = vsList
  120.       OnClick = List_ProfClick
  121.       OnDblClick = List_ProfDblClick
  122.       OnSelectItem = List_ProfSelectItem
  123.     end
  124.     object Name: TPanel
  125.       Left = 248
  126.       Top = 32
  127.       Width = 137
  128.       Height = 17
  129.       Alignment = taLeftJustify
  130.       BevelOuter = bvLowered
  131.       TabOrder = 1
  132.     end
  133.     object Host: TPanel
  134.       Left = 248
  135.       Top = 56
  136.       Width = 137
  137.       Height = 17
  138.       Alignment = taLeftJustify
  139.       BevelOuter = bvLowered
  140.       TabOrder = 2
  141.     end
  142.     object User: TPanel
  143.       Left = 248
  144.       Top = 80
  145.       Width = 137
  146.       Height = 17
  147.       Alignment = taLeftJustify
  148.       BevelOuter = bvLowered
  149.       TabOrder = 3
  150.     end
  151.     object Password: TPanel
  152.       Left = 248
  153.       Top = 104
  154.       Width = 137
  155.       Height = 17
  156.       Alignment = taLeftJustify
  157.       BevelOuter = bvLowered
  158.       TabOrder = 4
  159.     end
  160.     object ServerType: TPanel
  161.       Left = 248
  162.       Top = 128
  163.       Width = 137
  164.       Height = 17
  165.       Alignment = taLeftJustify
  166.       BevelOuter = bvLowered
  167.       TabOrder = 5
  168.     end
  169.     object Anonymous: TPanel
  170.       Left = 248
  171.       Top = 152
  172.       Width = 137
  173.       Height = 17
  174.       Alignment = taLeftJustify
  175.       BevelOuter = bvLowered
  176.       TabOrder = 6
  177.     end
  178.     object Proxy: TPanel
  179.       Left = 248
  180.       Top = 200
  181.       Width = 137
  182.       Height = 17
  183.       Alignment = taLeftJustify
  184.       BevelOuter = bvLowered
  185.       TabOrder = 7
  186.     end
  187.     object ProxyName: TPanel
  188.       Left = 248
  189.       Top = 224
  190.       Width = 137
  191.       Height = 17
  192.       Alignment = taLeftJustify
  193.       BevelOuter = bvLowered
  194.       TabOrder = 8
  195.     end
  196.     object Port: TPanel
  197.       Left = 248
  198.       Top = 248
  199.       Width = 137
  200.       Height = 17
  201.       Alignment = taLeftJustify
  202.       BevelOuter = bvLowered
  203.       TabOrder = 9
  204.     end
  205.     object Passive: TPanel
  206.       Left = 248
  207.       Top = 176
  208.       Width = 137
  209.       Height = 17
  210.       Alignment = taLeftJustify
  211.       BevelOuter = bvLowered
  212.       TabOrder = 10
  213.     end
  214.   end
  215.   object Button1: TButton
  216.     Left = 51
  217.     Top = 304
  218.     Width = 75
  219.     Height = 25
  220.     HelpContext = 13
  221.     Caption = 'C&onnect'
  222.     Default = True
  223.     TabOrder = 1
  224.     OnClick = Button1Click
  225.   end
  226.   object Button2: TButton
  227.     Left = 291
  228.     Top = 304
  229.     Width = 75
  230.     Height = 25
  231.     Cancel = True
  232.     Caption = '&Cancel'
  233.     TabOrder = 2
  234.     OnClick = Button2Click
  235.   end
  236.   object Button3: TButton
  237.     Left = 131
  238.     Top = 304
  239.     Width = 75
  240.     Height = 25
  241.     HelpContext = 14
  242.     Caption = '&New Profile'
  243.     TabOrder = 3
  244.     OnClick = Button3Click
  245.   end
  246.   object ButHelp: TButton
  247.     Left = 211
  248.     Top = 304
  249.     Width = 75
  250.     Height = 25
  251.     Caption = '&Help'
  252.     TabOrder = 4
  253.     OnClick = ButHelpClick
  254.   end
  255. end
  256.